next up previous contents index
Next: seg_move Up: Functions and Procedures Previous: seg_fillchar

seg_fillword

   

Declaration:

Procedure seg_fillword (seg : word;ofs : longint;count : longint;w : word) ;

Description:

Fills a memory area specified by a 48 bit pointer with the given number of words.

NOTE: Be careful using this function in non-DPMI mode.

Errors:

None.

See also:

SegFillChar, SegMove



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998